home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20010306-20010921 / 000108_news@columbia.edu _Tue May 8 17:49:43 2001.msg < prev    next >
Internet Message Format  |  2001-09-20  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.59.159])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id RAA26501
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 8 May 2001 17:49:42 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by apakabar.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id RAA13814
  7.     for <kermit.misc@smtp.cc.columbia.edu>; Tue, 8 May 2001 17:49:33 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id RAA01441
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 8 May 2001 17:40:14 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. Subject: Re: Reverse Telnet (terminal Server) on Solaris
  13. From: ScriptBoy@nospam.nc.rr.com (ScriptBoy)
  14. Message-ID: <Xns909BB02D35343ScriptBoyNcRrCom@24.93.67.42>
  15. Date: Tue, 08 May 2001 21:24:30 GMT
  16. Organization: Road Runner - NC
  17. To: kermit.misc@columbia.edu
  18.  
  19. Also, don't forget your cabling. What I mean is, for example, when 
  20. connecting an Ultra 1 or Sparc20 to a Cisco router, you need either a 
  21. male-male connector + the Cisco TERMINAL connector or a NULL-MODEM + the 
  22. Cisco MODEM connector.  Hopefully I remembered these correctly.
  23.  
  24.  
  25.  
  26.  
  27. fdc@watsun.cc.columbia.edu (Frank da Cruz) wrote in
  28. <9d8t05$aem$1@newsmaster.cc.columbia.edu>: 
  29.  
  30. > In article <9d7ns6$ien$2@news.panix.com>, Greg Andrews <gerg@panix.com>
  31. > wrote: : stefaandk@{nospam}lucent.com writes:
  32. > : >
  33. > : >Does anyone know how to set this up.
  34. > : >I need a reverse telnet (terminal server) on solaris.
  35. > : >In other words I want to telnet into my solaris box and then use my
  36. > : >serial ports for console access to a router.
  37. > : 
  38. > : Sounds like you're connecting your router's RS232 console port
  39. > : to your Solaris machine's RS232 port.
  40. > : 
  41. > : So you would telnet or ssh to your Solaris machine, get logged in,
  42. > : then use tip, kermit, or cu to send your keystrokes out through the
  43. > : Solaris machine's serial port and see the replies from the router.
  44. > : Tip and cu come with Solaris, kermit is an add-on program (though one
  45. > : a lot of people use).
  46. > : 
  47. > C-Kermit for Solaris is here:
  48. >   http://www.columbia.edu/kermit/ckermit.html
  49. > The advantage over tip and cu is that it lets you script repetitive
  50. > or complicated interactions so you don't have to do everything by hand
  51. > all the time.  Some sites use Kermit scripts to configure their
  52. > routers. This has the advantage that it can be done repeatedly, can be
  53. > easily adapted to other routers, and serves as documentation of the
  54. > router's configuration.  For an introduction to Kermit scripts, see:
  55. >   http://www.columbia.edu/kermit/ckscripts.html
  56. > - Frank
  57.